Web3.js でノードに接続している peer の数を取得
code:example.js
web3.eth.net.getPeerCount()
.then(console.log);
#howto